const encoding/json.scanError

12 uses

	encoding/json (current package)
		indent.go#L43: 			if v == scanError {
		indent.go#L52: 	if scan.eof() == scanError {
		indent.go#L93: 		if v == scanError {
		indent.go#L138: 	if scan.eof() == scanError {
		scanner.go#L34: 		if scan.step(scan, c) == scanError {
		scanner.go#L38: 	if scan.eof() == scanError {
		scanner.go#L129: 	scanError // hit an error, scanner.err.
		scanner.go#L159: 		return scanError
		scanner.go#L171: 	return scanError
		scanner.go#L585: 	return scanError
		scanner.go#L592: 	return scanError
		stream.go#L118: 			case scanError: